-
Notifications
You must be signed in to change notification settings - Fork 5.2k
HybridCache: add net10 HybridCache zero-alloc fetch API #114427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Note regarding the |
1 similar comment
|
Note regarding the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (1)
- src/libraries/Microsoft.Extensions.Caching.Abstractions/ref/Microsoft.Extensions.Caching.Abstractions.csproj: Language not supported
|
Tagging subscribers to this area: @dotnet/area-extensions-caching |
src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs
Outdated
Show resolved
Hide resolved
a19567b to
2870aa2
Compare
2870aa2 to
3003237
Compare
|
@dotnet/area-extensions-caching any chance of eyeballs? |
3003237 to
cb9bb76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for your contribution @mgravell !
src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs
Show resolved
Hide resolved
…brid/HybridCache.cs Co-authored-by: Theodore Tsirpanis <[email protected]>
cb9bb76 to
e21fce8
Compare
|
/ba-g The |
implements span/DISH API for
HybridCacheas proposed in #112866 and agreed at API review, 2025-04-08Concrete implementation (i.e. an
override) will be added over in dotnet/extensions